home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00130_Script_RandomH,RandomWidth < prev    next >
Text File  |  1999-02-25  |  289b  |  8 lines

  1.  
  2. on exitFrame me
  3.   set the loc of sprite the spriteNum of me to point (random(300),random(450))
  4.   set the width of sprite the spriteNum of me to random(10)
  5.   set the height of sprite the spriteNum of me to random(10)
  6.   set the blend of sprite the spriteNum of me to random(100)
  7. end
  8.